Package org.opengis.feature.type

Examples of org.opengis.feature.type.ComplexType


     * @generated
     */
    public static final ComplexType ABSTRACTTIMECOMPLEXTYPE_TYPE = build_ABSTRACTTIMECOMPLEXTYPE_TYPE();
   
    private static ComplexType build_ABSTRACTTIMECOMPLEXTYPE_TYPE() {
        ComplexType builtType = new AbstractLazyComplexTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","AbstractTimeComplexType"),
                false, true, null, null) {
            @Override
            public AttributeType buildSuper() {
                return ABSTRACTTIMEOBJECTTYPE_TYPE;
View Full Code Here


     * @generated
     */
    public static final ComplexType ABSTRACTTIMEGEOMETRICPRIMITIVETYPE_TYPE = build_ABSTRACTTIMEGEOMETRICPRIMITIVETYPE_TYPE();
   
    private static ComplexType build_ABSTRACTTIMEGEOMETRICPRIMITIVETYPE_TYPE() {
        ComplexType builtType = new AbstractLazyComplexTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","AbstractTimeGeometricPrimitiveType"),
                false, true, null, null) {
            @Override
            public AttributeType buildSuper() {
                return ABSTRACTTIMEPRIMITIVETYPE_TYPE;
View Full Code Here

     * @generated
     */
    public static final ComplexType ABSTRACTTIMEOBJECTTYPE_TYPE = build_ABSTRACTTIMEOBJECTTYPE_TYPE();
   
    private static ComplexType build_ABSTRACTTIMEOBJECTTYPE_TYPE() {
        ComplexType builtType = new AbstractLazyComplexTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","AbstractTimeObjectType"),
                false, true, null, null) {
            @Override
            public AttributeType buildSuper() {
                return ABSTRACTGMLTYPE_TYPE;
View Full Code Here

     * @generated
     */
    public static final ComplexType ABSTRACTTIMEPRIMITIVETYPE_TYPE = build_ABSTRACTTIMEPRIMITIVETYPE_TYPE();
   
    private static ComplexType build_ABSTRACTTIMEPRIMITIVETYPE_TYPE() {
        ComplexType builtType = new AbstractLazyComplexTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","AbstractTimePrimitiveType"),
                false, true, null, null) {
            @Override
            public AttributeType buildSuper() {
                return ABSTRACTTIMEOBJECTTYPE_TYPE;
View Full Code Here

     * @generated
     */
    public static final ComplexType ABSTRACTTIMESLICETYPE_TYPE = build_ABSTRACTTIMESLICETYPE_TYPE();
   
    private static ComplexType build_ABSTRACTTIMESLICETYPE_TYPE() {
        ComplexType builtType = new AbstractLazyComplexTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","AbstractTimeSliceType"),
                false, true, null, null) {
            @Override
            public AttributeType buildSuper() {
                return ABSTRACTGMLTYPE_TYPE;
View Full Code Here

     * @generated
     */
    public static final ComplexType ABSTRACTTIMETOPOLOGYPRIMITIVETYPE_TYPE = build_ABSTRACTTIMETOPOLOGYPRIMITIVETYPE_TYPE();
   
    private static ComplexType build_ABSTRACTTIMETOPOLOGYPRIMITIVETYPE_TYPE() {
        ComplexType builtType = new AbstractLazyComplexTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","AbstractTimeTopologyPrimitiveType"),
                false, true, null, null) {
            @Override
            public AttributeType buildSuper() {
                return ABSTRACTTIMEPRIMITIVETYPE_TYPE;
View Full Code Here

     * @generated
     */
    public static final ComplexType ABSTRACTTOPOPRIMITIVETYPE_TYPE = build_ABSTRACTTOPOPRIMITIVETYPE_TYPE();
   
    private static ComplexType build_ABSTRACTTOPOPRIMITIVETYPE_TYPE() {
        ComplexType builtType = new AbstractLazyComplexTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","AbstractTopoPrimitiveType"),
                false, true, null, null) {
            @Override
            public AttributeType buildSuper() {
                return ABSTRACTTOPOLOGYTYPE_TYPE;
View Full Code Here

     * @generated
     */
    public static final ComplexType ABSTRACTTOPOLOGYTYPE_TYPE = build_ABSTRACTTOPOLOGYTYPE_TYPE();
   
    private static ComplexType build_ABSTRACTTOPOLOGYTYPE_TYPE() {
        ComplexType builtType = new AbstractLazyComplexTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","AbstractTopologyType"),
                false, true, null, null) {
            @Override
            public AttributeType buildSuper() {
                return ABSTRACTGMLTYPE_TYPE;
View Full Code Here

     * @generated
     */
    public static final ComplexType AFFINECSPROPERTYTYPE_TYPE = build_AFFINECSPROPERTYTYPE_TYPE();
   
    private static ComplexType build_AFFINECSPROPERTYTYPE_TYPE() {
        ComplexType builtType = new AbstractLazyComplexTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","AffineCSPropertyType"),
                false, false, null, null) {
            @Override
            public AttributeType buildSuper() {
                return XSSchema.ANYTYPE_TYPE;
View Full Code Here

     * @generated
     */
    public static final ComplexType AFFINECSTYPE_TYPE = build_AFFINECSTYPE_TYPE();
   
    private static ComplexType build_AFFINECSTYPE_TYPE() {
        ComplexType builtType = new AbstractLazyComplexTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","AffineCSType"),
                false, false, null, null) {
            @Override
            public AttributeType buildSuper() {
                return ABSTRACTCOORDINATESYSTEMTYPE_TYPE;
View Full Code Here

TOP

Related Classes of org.opengis.feature.type.ComplexType

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.